home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
config
/
findpath
< prev
next >
Wrap
Text File
|
1999-09-16
|
206b
|
14 lines
#! /bin/sh
SCIDIR=`pwd`
if test -f Path.incl; then
PATH_INCL=`cat Path.incl`
fi
if test "$PATH_INCL" != "SCIDIR=$SCIDIR"; then
echo "creating Path.incl"
cat << EOF > Path.incl
SCIDIR=$SCIDIR
EOF
fi